@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  font-family: "微软雅黑", "宋体";
}

a {
  color: #333;
  text-decoration: none
}

a:hover {
  color: #C00;
  text-decoration: underline
}

/* slide */


.zz li {

  overflow: hidden;
  display: none;
}

.zz li.current {
  display: block;
}

.zz li .image_f {
  position: absolute;
  top: -2px;
  left: -2px;
}

.zz li .text {
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  width: 148px;
  float: right;
  position: relative;
  height: auto;
  background: 0;
  filter: none;
  text-indent: 0;
  margin: 15px 10px 0 0;
  padding: 6px 0;
}

.zz li .text a {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  float: left;
}

.zz li img {
  width: 400px;
  height: 282px;
}

.zz li .text .title a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "微软雅黑", "宋体";
  line-height: 22px;
  text-indent: 0;
  float: none;
}

.zz li .text p {
  color: #888;
  font-size: 12px;
  text-indent: 0;
  clear: both;
  line-height: 20px;
  margin-top: 4px;
}

.zz .triggers {
  position: absolute;
  z-index: 1;
  width: 400px;
  text-align: center;
  bottom: 10px;
  height: 38px;
  right: 0;
  left: 0;
  padding: 0 0 8px;
}

.zz .triggers a {
  font-size: 11px;
  line-height: 12px;
  color: #000;
  overflow: hidden;
  border-radius: 1px;
  -webkit-text-size-adjust: none;
  float: none;
  width: 62px;
  height: 42px;
  text-align: center;
  display: inline-block;
  background: 0;
  margin: 0 3px 0 0;
}

.zz .triggers a:hover {
  text-decoration: none;
}

.zz .triggers a img {
  width: 58px;
  height: 38px;
  border: 1px #999 solid;
  vertical-align: middle;
  opacity: .6;
}

.zz .triggers a.current img {
  border: 2px #2fac00 solid;
  opacity: 1;
}
.zz .left a {
  display: block;
  overflow: hidden;
  margin: 0 2px;
  list-style: none;
font-size: 16px;
padding: 0 28px;
color: #666;
text-align: center;
background: white;
line-height: 45px;
margin-bottom: 3px;
}
a:hover{
  text-decoration: none;
}
.zz .left a.current {
  background: #1e85e4 !important;
color: white !important;

}
.zhu_f{
  position: relative;
  overflow: hidden;
}
.zz .link-watch {
  width: 30px;
  height: 44px;
  display: none;
  position: absolute;
  top:261px;
  background: url(../images/arrow.png) no-repeat 0 -57px;
  filter: alpha(opacity=60);
  cursor: pointer;
}

.zz .link-watch.pre {
  left: 0;
  margin-left: 2%;
}

.zz .link-watch.next {

  right: 1%;
  background-position: right -57px;
}

.zz .link-watch.down {
  background-position-y: -2px;
}

.triggers {
  display: none;
}
